home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / include / timer.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  138b  |  7 lines

  1. #ifndef __TIMER_HPP_
  2. #define __TIMER_HPP_
  3. typedef void (*int_handler)();
  4. void init_timer(int_handler int_proc, long utime);
  5. #endif
  6.  
  7.